home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form2
- BackColor = &H00FFFFC0&
- BorderStyle = 1 'Fixed Single
- Caption = "About Quick View"
- ClientHeight = 2145
- ClientLeft = 2790
- ClientTop = 1680
- ClientWidth = 4035
- ClipControls = 0 'False
- ControlBox = 0 'False
- Height = 2550
- Left = 2730
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2145
- ScaleWidth = 4035
- Top = 1335
- Width = 4155
- Begin CommandButton Command1
- Caption = "OK"
- Height = 495
- Left = 1200
- TabIndex = 2
- Top = 1560
- Width = 1815
- End
- Begin Frame Frame1
- BackColor = &H00FFFFC0&
- Caption = "Quick View"
- Height = 1335
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 3855
- Begin Label Label1
- BackColor = &H00FFFFC0&
- Caption = "Quick View Version 1.0 (Shareware Version) By : Bobby Lauritson"
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "Symbol B"
- FontSize = 12
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H000000FF&
- Height = 975
- Left = 120
- TabIndex = 1
- Top = 240
- Width = 3615
- WordWrap = -1 'True
- End
- End
- Sub Command1_Click ()
- 'This is the Author :Bob Lauritson
- 'and the version number
- Unload Form2
- End Sub
-